projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d86ba5c
)
Finish previous change.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 13 Jan 2003 08:22:08 +0000
(08:22 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 13 Jan 2003 08:22:08 +0000
(08:22 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index bde6ac354a24466147cfe77ed87e17cc1502c7cd..9dbbda0276ced89f1e2eb84356a5b6b53f986ac1 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-1682,6
+1682,11
@@
command_loop_1 ()
if (value == 2)
nonundocount = 0;
+ if (! NILP (Vpost_command_hook))
+ /* Put this before calling adjust_point_for_property
+ so it will only get called once in any case. */
+ goto directly_done;
+
/* VALUE == 1 when AFTER-CHANGE functions are
installed which is the case most of the time
because FONT-LOCK installs one. */